projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef59b67
)
add batch-native-compile
author
Andrea Corallo
<akrl@sdf.org>
Tue, 24 Dec 2019 19:38:13 +0000
(20:38 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:38:16 +0000
(11:38 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 6b9965b82006837e2140e308d5051a49e7c5e9e1..983ba0e0ba13eb12f981f3e3ba00e29d19a65df1 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-1886,6
+1886,11
@@
Return the compilation unit file name."
(list input err-val))))))
data))
+;;;###autoload
+(defun batch-native-compile ()
+ "Ultra cheap impersonation of `batch-byte-compile'."
+ (mapc #'native-compile command-line-args-left))
+
;;;###autoload
(defun native-compile-async (input &optional jobs recursively)
"Compile INPUT asynchronously.